IBDAC

TIBCScript Properties

Properties of the TIBCScript class.

For a complete list of the TIBCScript class members, see the TIBCScript Members topic.

Public

Name Description

EndLine (inherited from TDAScript)

Used to get the current statement last line number in a script.

EndOffset (inherited from TDAScript)

Used to get the offset in the last line of the current statement.

EndPos (inherited from TDAScript)

Used to get the end position of the current statement.

Params

Used to hold the parameters for a SQL script.

StartLine (inherited from TDAScript)

Used to get the current statement start line number in a script.

StartOffset (inherited from TDAScript)

Used to get the offset in the first line of the current statement.

StartPos (inherited from TDAScript)

Used to get the start position of the current statement in a script.

Statements (inherited from TDAScript)

Contains a list of statements obtained from the SQL property.

Published

Name Description

AutoDDL

Used to indicate whether DDL statements must be executed in a separate transaction.

Connection

Used to specify the connection in which the script will be executed.

DataSet

Used to get or set script result dataset.

Debug (inherited from TDAScript)

Used to display the script execution and all its parameter values.

Delimiter (inherited from TDAScript)

Used to set the delimiter string that separates script statements.

Macros (inherited from TDAScript)

Used to change SQL script text in design- or run-time easily.

SQL (inherited from TDAScript)

Used to get or set script text.

Transaction

Used to set or return the transaction to be used by the component.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback